Set up FRAGLINE dev environment + add Cursor Cloud instructions - #1
Draft
P4ND4907 wants to merge 1 commit into
Draft
Set up FRAGLINE dev environment + add Cursor Cloud instructions#1P4ND4907 wants to merge 1 commit into
P4ND4907 wants to merge 1 commit into
Conversation
Co-authored-by: P4ND4907 <P4ND4907@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fragline/).AGENTS.mdwith a## Cursor Cloud specific instructionssection documenting that the app lives infragline/, the lint/build/dev/preview commands, Node version requirement, and the localStorage-based state caveat.[ -f fragline/package.json ] && npm install --prefix fragline.No application code was changed.
Testing
cd fragline && npm install— installed 34 packages, 0 vulnerabilities.cd fragline && npm run lint(oxlint) — passes (only a pre-existingno-unused-varswarning inscripts/stuck-feed.mts).cd fragline && npm run build(tsc -b+vite build) — builds successfully.cd fragline && npm run dev— Vite dev server serves athttp://localhost:5173(HTTP 200).Safety Checklist
.envfiles, generated credentials, private exports, build outputs, or dependency folders.